Skip to content

Tell two tracked files with one name apart - #837

Merged
SimonCropp merged 1 commit into
mainfrom
fix-tracked-label-collisions
Aug 23, 2026
Merged

Tell two tracked files with one name apart#837
SimonCropp merged 1 commit into
mainfrom
fix-tracked-label-collisions

Conversation

@SimonCropp

Copy link
Copy Markdown
Member

The label a queue row shows grows a directory prefix when two rows in a solution
would otherwise read the same. Only inline entries were considered for it, because
the prefix came from the patch's source file and a tracked entry has no patch. So
two pending moves of sample.verified.txt, one per project, both showed
"sample.verified.txt" - which is the ordinary case, every project having a
SampleTests, and the label is the whole row.

The path a label grows from is now the file the entry is about: the source for an
inline entry, the target of a move, the file a delete is for.

The label a queue row shows grows a directory prefix when two rows in a solution
would otherwise read the same. Only inline entries were considered for it, because
the prefix came from the patch's source file and a tracked entry has no patch. So
two pending moves of sample.verified.txt, one per project, both showed
"sample.verified.txt" - which is the ordinary case, every project having a
SampleTests, and the label is the whole row.

The path a label grows from is now the file the entry is about: the source for an
inline entry, the target of a move, the file a delete is for.
@SimonCropp
SimonCropp merged commit c7afbaf into main Aug 23, 2026
9 checks passed
@SimonCropp
SimonCropp deleted the fix-tracked-label-collisions branch August 23, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant